home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / qbscr15.zip / SB.DOC < prev    next >
Text File  |  1989-09-02  |  60KB  |  1,615 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                           S C R E E N   B U I L D E R
  9.  
  10.  
  11.  
  12.  
  13.                             a companion program for
  14.                            the QBSCR Screen Routines
  15.  
  16.  
  17.  
  18.  
  19.                              V e r s i o n   1 . 0
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.                            Conceived and Created by
  32.  
  33.  
  34.                                   Tony Martin
  35.  
  36.                                       of
  37.  
  38.                            the BAD SOFTWARE Company
  39.                             1611 Harvest Green Ct.
  40.                                Reston, VA 22094
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.              Software and Documentation are (C) Copyright 1989 by
  58.                                   Tony Martin
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.          T A B L E   O F   C O N T E N T S
  67.          -------------------------------------------------------------
  68.  
  69.  
  70.                    Welcome to Screen Builder  . . . . . . . . . . .  1
  71.  
  72.                    A Few Notices  . . . . . . . . . . . . . . . . .  2
  73.  
  74.                    Files Included with Screen Builder . . . . . . .  3
  75.  
  76.                    Screen Builder's Qualifications  . . . . . . . .  4
  77.  
  78.                    Starting Screen Builder  . . . . . . . . . . . .  5
  79.  
  80.                    Getting Help . . . . . . . . . . . . . . . . . .  6
  81.  
  82.                    Basic Editing  . . . . . . . . . . . . . . . . .  7
  83.  
  84.                    Using the Menu . . . . . . . . . . . . . . . . .  8
  85.  
  86.                    Saving Your Work . . . . . . . . . . . . . . . .  9
  87.  
  88.                    Reloading Your Saved Work  . . . . . . . . . . . 10
  89.  
  90.                    Entering Extended ASCII Characters . . . . . . . 11
  91.  
  92.                    Changing Colors  . . . . . . . . . . . . . . . . 13
  93.  
  94.                    Block Operations . . . . . . . . . . . . . . . . 14
  95.  
  96.                    Extras . . . . . . . . . . . . . . . . . . . . . 18
  97.  
  98.                              ASCII Chart  . . . . . . . . . . . . . 19
  99.  
  100.                              Disk Directory . . . . . . . . . . . . 20
  101.  
  102.                              Jump To DOS  . . . . . . . . . . . . . 21
  103.  
  104.                    Techniques and Hints . . . . . . . . . . . . . . 22
  105.  
  106.                    Using Your Screens . . . . . . . . . . . . . . . 23
  107.  
  108.                    Closing Notes  . . . . . . . . . . . . . . . . . 24
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.                                                                page ii
  124.  
  125.  
  126.  
  127.  
  128.  
  129.          Welcome to Screen Builder
  130.          -------------------------------------------------------------
  131.  
  132.  
  133.                    Thanks for looking at the QBSCR Screen Routines and
  134.                    Screen  Builder!   The BAD SOFTWARE Company, though
  135.                    fictitious, takes its business very  seriously  and
  136.                    tries to provide useful and interesting software.
  137.  
  138.                    As an active or  potential  QuickBASIC  programmer,
  139.                    you may have tried at some time to write BASIC code
  140.                    to  print  a  complicated multi-color screen.  Only
  141.                    then did you find that not only  was  it  too  much
  142.                    work  and far too tedious, but it required a lot of
  143.                    code as well.  Two or three  of  those  and  you've
  144.                    eaten  up  a large portion of the string and symbol
  145.                    space provided by QuickBASIC. This was a  dilema  I
  146.                    was  faced  with  many  times.  There  had to be an
  147.                    easier way to create  fancy,  eye-catching  screens
  148.                    without a lot of hassle and wasted code space.  And
  149.                    without spending a large sum of money.
  150.  
  151.                    Naturally, there wasn't an easy  answer.   After  a
  152.                    little thinking, the solution became clear.  Screen
  153.                    Builder.
  154.  
  155.                    Screen Builder is an interactive screen editor.  It
  156.                    will let you build screens with as many colors  and
  157.                    ASCII  graphics  characters  as you like.  They can
  158.                    complex or simple,  eye-catching  or  subtle.   Its
  159.                    entirely  up  to your imagination.  The part Screen
  160.                    Builder does for you is make it easy. You can  edit
  161.                    your screen just like a word processor does, with a
  162.                    couple  of  added capabilities, including the entry
  163.                    of extended ASCII characters, entry of text in  any
  164.                    color,   including   blinking   colors,  and  block
  165.                    operations  designed  specifically   for   building
  166.                    screens.
  167.  
  168.                    Then, once your screens are designed and saved, you
  169.                    can use them in your own QuickBASIC programs by way
  170.                    of  the  QBSCR  PutScreen and BuildScreen routines.
  171.                    Both routines can handle the Screen Builder's  file
  172.                    format,  and will place your screens on the display
  173.                    either very quickly, or in an interesting  animated
  174.                    fashion.   To  get more information about PutScreen
  175.                    and BuildScreen, refer to the QBSCR Screen Routines
  176.                    documentation, included with this package.
  177.  
  178.                    Ready to begin?  Screen Builder is very easy to use
  179.                    and lots of fun.  Most of the screen in  the  QBSCR
  180.                    DEMO  program  were  generated with Screen Builder.
  181.                    Screen Builder even generated the ASCII table  that
  182.                    is  displayed  when  you  call  up it's ASCII Table
  183.                    function.  Right after the  nasty  warnings,  we'll
  184.                    begin...
  185.  
  186.                                                                 page 1
  187.  
  188.  
  189.  
  190.  
  191.          A Few Notices (and Nasty Warnings)
  192.          -------------------------------------------------------------
  193.  
  194.  
  195.                    You've probably already read the pitch in the QBSCR
  196.                    documentation about shareware.  If you haven't, and
  197.                    are new to the concept, you should read it.
  198.  
  199.                    The  QBSCR  Screen  Routines and Screen Builder are
  200.                    being sold together as a package.  The cost for the
  201.                    whole deal is $15.00.  See the QBSCR documentation,
  202.                    the last page in particular, if you would  like  to
  203.                    register.   If you do, you'll get a snazzy official
  204.                    disk set, as well as a copy of the  LASER  program.
  205.                    LASER   is  a  graphics  entertainment  and  stress
  206.                    management  program   written   by   BAD   SOFTWARE
  207.                    exclusively  for  its registered customers. Its not
  208.                    shareware,  and  the  only  way  to  get  it  is to
  209.                    register a BAD SOFTWARE product.
  210.  
  211.                    And of course, we have the traditional  "You  can't
  212.                    touch  the  author  if you foul up your computer or
  213.                    your company with this software" and "This software
  214.                    will always be MINE" clauses...
  215.  
  216.                         The QBSCR Screen Routines and the  Screen
  217.                         Builder  are  (C)  Copyright 1989 by Tony
  218.                         Martin.   I  retain  all  rights  to  the
  219.                         software    and    documentation.    Both
  220.                         software packages are  provided  "as  is"
  221.                         without  warranty of any kind, express or
  222.                         implied.  I cannot  be  held  responsible
  223.                         for  any  consequences  arising  from the
  224.                         ability  or   inability   to   use   this
  225.                         software.   You  may not charge any money
  226.                         or accept any remuneration  of  any  kind
  227.                         for  this  software without prior written
  228.                         permission from myself.  I do not  expect
  229.                         royalties  or credits if this software is
  230.